Release 10.1A: OpenEdge Development:
Java Open Clients
Navigator
When adding your applet to a Web page for Navigator, you must consider the following:
- Earlier Navigator browsers did not support downloading and installing Java libraries. Therefore, every time a user accesses the Web page for the first time in a session, the applet, proxy, and the Open Client Runtime packages are downloaded.
- Navigator versions prior to 4.05 did not allow an applet to support multiple
.jarfiles. If you need to support a version of Navigator prior to 4.05, you must repackage everything into a single.jarfile and sign it.For Navigator version 4.05 or later, you can use the following applet tag to embed your applet in a Web page:
In the above example, the applet code and proxies are in the signed
apptest.jarfile, and the Open Client Runtime package is in theo4glrt.jarfile. When Navigator encounters this tag, it downloads both.jarfiles. When your applet requestsUniversalConnectionprivileges, a dialog box opens and prompts your user to grant the privilege.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |